CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 读写文件 C

搜索资源列表

  1. 2

    0下载:
  2. 基于c++的远程读写文件,希望能对大家有所帮助-Remote read and write files
  3. 所属分类:File Operate

    • 发布日期:2017-12-10
    • 文件大小:19170
    • 提供者:郭昊
  1. power_on_selftest

    0下载:
  2. MCS-51单片机C语言的U盘文件读写程序;字节读写,文件枚举,文件复制,用于将U盘中的/C51/CH376HFT.C文件中的小写字母转成大写字母后, 写到新建的文件NEWFILE.TXT中,如果找不到原文件CH376HFT.C, 那么该程序将显示C51子目录下所有以CH376开头的文件名, 并新建NEWFILE.TXT文件并写入提示信息, 如果找不到C51子目录, 那么该程序将显示根目录下的所有文件名, 并新建NEWFILE.TXT文件并写入提示信息-MCS-51 MCU-U disk
  3. 所属分类:SCM

    • 发布日期:2017-11-23
    • 文件大小:49595
    • 提供者:root
  1. DiskVariable

    0下载:
  2. 实现了文件随机读写的一个C++类。使用CDiskVariable类操作磁盘,可以随机读写文件。 使用CDiskMap可以将文件映射到数组中。在CDiskMap类被析构的时候,数据自动存入文件的指定地址。-Random read and write files to achieve a C++ classes. Use CDiskVariable class action disk, you can randomly read and write files. Use CDiskMap Fil
  3. 所属分类:File Operate

    • 发布日期:2017-12-01
    • 文件大小:1656
    • 提供者:雷志鹏
  1. async1

    0下载:
  2. 文件的IO异步读写操作,C++实现的,希望对大家有点帮助。-file I/O write and read of asynchronous
  3. 所属分类:File Operate

    • 发布日期:2017-11-20
    • 文件大小:27871
    • 提供者:liu
  1. suijiduxiewenjian

    0下载:
  2. 该文件为c++随即读写文件文本的源程序,使用Microsoft Visual Studio 2008编程-The file is then read and write files c++ text of the source, using Microsoft Visual Studio 2008 programming
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:2854
    • 提供者:王伟
  1. ReadXML

    0下载:
  2. xml文件读写的C++例子,适合初学者,例子经过vc6.0编译,可以运行。-show how to read and write xml file for beginner.
  3. 所属分类:File Operate

    • 发布日期:2017-05-13
    • 文件大小:3317734
    • 提供者:lulu
  1. file

    0下载:
  2. C语音实现磁盘文件读写,用文件指针对磁盘文件进行读写,按二进制或者块读写操作-C voice to realize disk file to read and write, read and write in file pointer to a disk file, according to the binary or piece of read and write operations
  3. 所属分类:source in ebook

    • 发布日期:2017-04-01
    • 文件大小:590
    • 提供者:刘宁宁
  1. readfile

    0下载:
  2. 代码主要利用c#的相关技术实现了对文件的读写功能-C# code using mainly related technical realization of the file read and write functions
  3. 所属分类:Dialog_Window

    • 发布日期:2017-03-30
    • 文件大小:20591
    • 提供者:pengking
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-09
    • 文件大小:1925173
    • 提供者:奋斗不止
  1. ljpxueshengguanli

    0下载:
  2. 基于C语言的学生管理系统 运用文件的读写。-C-based student management system
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-14
    • 文件大小:2746
    • 提供者:surf
  1. code

    0下载:
  2. 参考linux extra2文件系统设计的一个基于c++读写文件操作的虚拟文件系统,适合作为操作系统课程的大作业参考-A reference linux extra2 file system design based on the virtual file system c++ write file operation, suitable for operating system programs big job reference
  3. 所属分类:File Operate

    • 发布日期:2017-05-15
    • 文件大小:3991229
    • 提供者:陈卓
  1. DbHandler-v1.0

    0下载:
  2. C++读写ACCESS数据库 可以像读写文件一样仿问数据库- ACCESS database to read and write C++ may like to ask the database read and write files as fake
  3. 所属分类:Other Databases

    • 发布日期:2017-04-05
    • 文件大小:699319
    • 提供者:张谋
  1. C-read-write-disk

    0下载:
  2. C语言对硬盘中的文件读写存改等操作,方便对硬盘文件的读写-C read write disk
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:30603
    • 提供者:许名亮
  1. Sales_item

    0下载:
  2. 在C++的平台下,利用类添加两个公有成员进行对文件读写。C++primer书中,习题7.31的答案-In C++ platform, use the class to add two public members to read and write files. C++primer book, exercises 7.31 answers
  3. 所属分类:source in ebook

    • 发布日期:2017-05-18
    • 文件大小:4698088
    • 提供者:刘元苗
  1. cdbf

    0下载:
  2. c++ builder DBF 数据库文件读写! 直接调用,无引索,其他功能文件及读写!-c++ builder DBF database files to read and write! Direct calls, no primer cord, documentation and other functions to read and write!
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-27
    • 文件大小:6906
    • 提供者:nick
  1. StudentGreadManagementSystem

    0下载:
  2. 学生成绩管理系统,c语言程序设计 小学期设计,可读写文件-Student achievement management system, c language programming Primary Design, can read and write files
  3. 所属分类:Console

    • 发布日期:2017-04-26
    • 文件大小:126152
    • 提供者:LiHao
  1. StudentGreadManagementSystem

    0下载:
  2. C语言程序设计小学期论文 学生成绩管理系统论文 有文件读写功能-C language programming elementary student achievement management system of paper documents to read and write functions papers
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:416118
    • 提供者:LiHao
  1. File

    0下载:
  2. const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-con
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-27
    • 文件大小:36684
    • 提供者:lw
  1. C

    0下载:
  2. C#读写XML配置文件 C#读写XML配置文件 C#读写XML配置文件 -C# shopC# shopC# shopC# shopC# shopC# shop
  3. 所属分类:CSharp

    • 发布日期:2017-04-27
    • 文件大小:15517
    • 提供者:上面
  1. 12.-course3.0

    0下载:
  2. 改C程序由读写文件的操作实现课程表的显示,删除及增加课程的功能-add course and delete course
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-23
    • 文件大小:29127
    • 提供者:lxw
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 42 »
搜珍网 www.dssz.com